crypto/aes.aesCipher.enc (field)

6 uses

	crypto/aes (current package)
		aes_gcm.go#L48: 	g := &gcmAsm{ks: c.enc[:c.l], nonceSize: nonceSize, tagSize: tagSize}
		cipher.go#L20: 	enc [28 + 32]uint32
		cipher.go#L52: 	expandKeyGo(key, c.enc[:c.l], c.dec[:c.l])
		cipher.go#L68: 	encryptBlockGo(c.enc[:c.l], dst, src)
		cipher_asm.go#L62: 	expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
		cipher_asm.go#L82: 	encryptBlockAsm(int(c.l)/4-1, &c.enc[0], &dst[0], &src[0])